home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / CmdFgcolor.h < prev    next >
Text File  |  1991-09-16  |  231b  |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "TGIFCell.h"
  5.  
  6. @interface CmdFgcolor:TGIFCell
  7. {
  8.   NXColor color;
  9. }
  10. - initCmd:(int)r :(int)g :(int)b;
  11. - initCmdColor:(NXColor)aColor;
  12. - doCmd;
  13. @end
  14. extern NXBitmapGraphicRep *theBitmap;
  15.